home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / raversfilters / color en-decryption < prev    next >
Text File  |  1999-06-15  |  621b  |  33 lines

  1. Category: Cryptology
  2. Title: Color En-/Decryption
  3. Copyright: Copyright 1998 by harry@visca.com
  4. Author: Harry the Raver
  5. Filename: ColoEncy.8bf
  6.  
  7. R:put((ctl(z*2)*ctl(z*2+1))^(ctl(6)*ctl(7)),2),c^(get(2)>>8)
  8.  
  9. G:put((ctl(z*2)*ctl(z*2+1))^(ctl(6)*ctl(7)),2),c^(get(2)>>8)
  10.  
  11. B:put((ctl(z*2)*ctl(z*2+1))^(ctl(6)*ctl(7)),2),c^(get(2)>>8)
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red Key 1
  16. ctl[1]: Red Key 2
  17. ctl[2]: Green Key 1 
  18. ctl[3]: Green Key 2 
  19. ctl[4]: Blue Key 1 
  20. ctl[5]: Blue Key 2 
  21. ctl[6]: Master Key 1
  22. ctl[7]: Master Key 2
  23.  
  24. val[0]: 97
  25. val[1]: 218
  26. val[2]: 23
  27. val[3]: 203
  28. val[4]: 238
  29. val[5]: 156
  30. val[6]: 213
  31. val[7]: 137
  32.  
  33.